home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / Applications / Diskcopy < prev    next >
Text File  |  1998-02-16  |  507b  |  24 lines

  1.                            --AMIGADOS GUIDE V2.5--
  2.                                    DISKCOPY
  3.  
  4.  
  5.    USE:
  6.    This application does exactly as the name implies-it copies disks.
  7.  
  8.    PATH:
  9.    SYS:System
  10.  
  11.    SYSTEM:
  12.    2.0, 2.1, 3.0
  13.  
  14.    EXAMPLES:
  15.    1>DISKCOPY DF0:
  16.    1>DISKCOPY DF0: to DF1:
  17.  
  18.    NOTES:
  19.    It is worth noting that to use Diskcopy you must supply the Device
  20.    Name not the volume name.
  21.  
  22.    Also that Diskcopy will Format the Disk being copied to so there is no
  23.    need to format it before hand.
  24.